home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000044_news@newsmaster….columbia.edu _Wed Jul 9 15:32:35 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA17547
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 9 Jul 1997 15:32:34 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA15751
  7.     for kermit.misc@watsun; Wed, 9 Jul 1997 15:32:34 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: how to clear the terminal emulator
  12. Date: 9 Jul 1997 19:32:32 GMT
  13. Organization: Columbia University
  14. Lines: 14
  15. Message-ID: <5q0p0g$dou$1@apakabar.cc.columbia.edu>
  16. References: <5q0f63$g9f@merv.cs.nyu.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7300
  19.  
  20. In article <5q0f63$g9f@merv.cs.nyu.edu>,
  21. Leo J. Tick <tick@merv.cs.nyu.edu> wrote:
  22. : Excuse this elementarry but cant find the answer in my books.
  23. : How does one clear the terminal emulator when it gets into a bad state
  24. : other character set or other things
  25. That depends on which program you're talking about.  If it's MS-DOS Kermit,
  26. "reset emulator" is assigned to Alt-= by default.  In Kermit 95 it's Alt-r
  27. (or Alt-=).  If you are running a relatively recent version, you'll see a
  28. notation in the status line saying you can get help with Alt-h, and if you
  29. do that, it tells you which key or key combination "reset emulator" is
  30. assigned to.
  31.  
  32. - Frank